home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / buf160_6.zip / BUF160.DOC < prev    next >
Text File  |  1992-01-29  |  3KB  |  80 lines

  1. BUF160 v1.6a
  2.  
  3. BUF160 is a device driver which provides a 10-fold expansion of the
  4. standard keyboard buffer.  Specifically, while the default keyboard
  5. buffer is usually 16 characters, this becomes 160 characters after
  6. installing this device driver.  The driver is installed by copying it
  7. to ones hard disk and including the command:
  8.  
  9.    DEVICE=<path>\BUF160.SYS
  10.  
  11. where "<path>" is the path of the directory holding the driver.  It
  12. is recommended that it be the first device driver installed (since it
  13. needs to be in the same segment and the ROM BIOS).  It has been
  14. tested under DOS 5.0 (loaded both high and not high) and DOS 3.3, and
  15. no version incompatibilities are expected.
  16.  
  17. This archive contains 3 files:
  18.  
  19.    BUF160.DOC                This document
  20.    BUF160.ASM                The source code
  21.    BUF160.SYS                The device driver
  22.  
  23. This release of the program was modified by Robert M. Ryan to support
  24. DOS 5.0.  The previous release, v1.4, sometimes froze the system on
  25. startup under DOS 5.0.  This corrects that problem.  This version also
  26. corrects some minor coding errors.
  27.  
  28. The original program was written by Donald "DJ" Delorie and was
  29. further modified by David Kirschbaum (?).  While originally developed
  30. to work with MASM, v1.6 was developed with TASM, but hopefully full
  31. MASM compatibility has been retained.
  32.  
  33. This program has probably outlived the lifespan originally envisaged
  34. by its creator, but I nevertheless find it quite useful.  I provide
  35. it with no guarantee of satisfaction, but hope that you find it as
  36. helpful as I do.
  37.  
  38. Robert M. Ryan, Robert_Ryan@brown.edu (internet)
  39.                 st802200@brownvm (bitnet)
  40.                 70324.227@compuserve.com (compuserve via internet)
  41.  
  42.  
  43. The following text is the original BUF160.DOC text file:
  44.  
  45. -----------------------------------------------------------------------------
  46.  
  47. From: nelson@sun.soe.clarkson.edu (Russ Nelson)
  48. Newsgroups: comp.binaries.ibm.pc
  49. Subject: buf160.sys (device driver)
  50. Date: 4 May 88 19:21:16 GMT
  51.  
  52. This is a cheap 'n dirty keyboard buffer expander.  It works by installing
  53. itself as the standard keyboard buffer in the bios.  It can only do this
  54. if it is in the same segment as the bios, so you are well advised to
  55. install it as the first device driver.
  56.  
  57. While it's installing itself into the bios, it also installs a device
  58. driver called KBUFFER.  Anything written to KBUFFER ends up in the
  59. keyboard buffer.
  60.  
  61. Written by Donald "Dj" Delorie:
  62. UUCP: uunet!unh!dgdhm!dj
  63. Internet: Delorie_D%DUR09.CEO.DG.COM@adam.DG.COM
  64.  
  65. Toad Hall Notes:
  66. I was using BUF160.COM (without source), loading it via AUTOEXEC.BAT,
  67. and was pleasantly surprised to find this!
  68. Tweaked it (naturally), now works a little faster, is a little smaller,
  69. and the tweaked source has comments!
  70. DJ's original code is still here (BUF160.ASM and BUF160.DVD), and my tweaked
  71. version is BUF160_4.ASM and BUF160_4.DVD.
  72.  
  73. This documentation says the product should be a .SYS file, while the source
  74. says .DVD.  Doesn't matter .. just so your CONFIG.SYS file says the right
  75. file name!  Rename it as you will.
  76.  
  77. David Kirschbaum
  78. Toad Hall
  79. kirsch@braggvax.ARPA
  80.